projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89be8f4
)
(ido-enable-prefix): Improve previous doc fix.
author
Glenn Morris
<rgm@gnu.org>
Sat, 11 Nov 2006 04:00:13 +0000
(
04:00
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 11 Nov 2006 04:00:13 +0000
(
04:00
+0000)
lisp/ido.el
patch
|
blob
|
history
diff --git
a/lisp/ido.el
b/lisp/ido.el
index 8e309a27099219ed36442e380ff75ce5caee214c..b414dcec145e91fb5b103e7c6faf153a01d5181e 100644
(file)
--- a/
lisp/ido.el
+++ b/
lisp/ido.el
@@
-503,7
+503,7
@@
Value can be toggled within `ido' using `ido-toggle-regexp'."
(defcustom ido-enable-prefix nil
"*Non-nil means only match if the entered text is a prefix of file name.
This behavior is like the standard emacs-completion.
-
nil means to
match if the entered text is an arbitrary substring.
+
If nil,
match if the entered text is an arbitrary substring.
Value can be toggled within `ido' using `ido-toggle-prefix'."
:type 'boolean
:group 'ido)